public BlockDefinition() { this.texture = new TextureAsset($"Textures/Blocks/{this.Identifier}", $"{this.Identifier}"); }
public static void RegisterTexture(string key, TextureAsset texture) { TextureManager.Textures.Add(key, texture); }