Example #1
0
 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;
 }
Example #2
0
 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;
 }