Exemplo n.º 1
0
 public static Item Create(SelectTexture2dHandler handler) => new Item(null, handler);
Exemplo n.º 2
0
 private Item(Texture2D texture, SelectTexture2dHandler texHandler)
 {
     this.texture    = texture;
     this.texHandler = texHandler;
 }