コード例 #1
0
ファイル: Item.cs プロジェクト: kyapp69/IdleArtificer
 public Item(string name)
 {
     this.name = name;
     GameRegistry.RegisterItem(this);
 }