예제 #1
0
 public Item(string name)
 {
     this.name = name;
     GameRegistry.RegisterItem(this);
 }