feat: implement material palette management and core mesh asset handling infrastructure
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
namespace Ghost.Core;
|
||||
|
||||
public class Wrapper<T>
|
||||
{
|
||||
public T? Value
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user