mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-18 04:51:32 +12:00
Change Dropped Items spawning Algorithm
This commit is contained in:
parent
02f5af9995
commit
29fe3ec024
9 changed files with 311 additions and 57 deletions
|
@ -7,4 +7,8 @@ namespace HISP.Game
|
|||
public class InventoryException : Exception { };
|
||||
public class InventoryFullException : InventoryException { };
|
||||
public class InventoryMaxStackException : InventoryException { };
|
||||
|
||||
// Drawingroom
|
||||
public class DrawingroomException : Exception { };
|
||||
public class DrawingroomFullException : DrawingroomException { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue