示例#1
0
文件: Item.cs 项目: DatBear/OmegaBot
 public ItemEntry(String name, String type, Item.ClassificationType classification, UInt16 width, UInt16 height, Boolean stackable, Boolean usable, Boolean throwable)
 {
     Name           = name;
     Type           = type;
     Classification = classification;
     Width          = width;
     Height         = height;
     Stackable      = stackable;
     Usable         = usable;
     Throwable      = throwable;
 }
示例#2
0
文件: Item.cs 项目: uvbs/OmegaBot
 public ItemEntry(String name, String type, Item.ClassificationType classification, UInt16 width, UInt16 height, Boolean stackable, Boolean usable, Boolean throwable)
 {
     Name            = name;
     Type            = type;
     Classification  = classification;
     Width           = width;
     Height          = height;
     Stackable       = stackable;
     Usable          = usable;
     Throwable       = throwable;
 }