Update RRE_PreRelease.h
This commit is contained in:
@@ -145,13 +145,11 @@ typedef bool IsMoving; //is object moving
|
|||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
//Npc interactions
|
//Npc interactions
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
typedef struct Shop {
|
|
||||||
bool IsShop; //is it a shop?
|
//add shop here, old shop lowkey ass
|
||||||
bool IsShopOpen; //is the shop open?
|
|
||||||
//set your own items idk anymore
|
|
||||||
} Shop;
|
|
||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
//object interactions
|
//object interactions (put in a struct)
|
||||||
//--------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------
|
||||||
typedef bool IsObjectHit; //is object hit
|
typedef bool IsObjectHit; //is object hit
|
||||||
typedef bool IsObjectDestroyed; //is object destroyed
|
typedef bool IsObjectDestroyed; //is object destroyed
|
||||||
|
|||||||
Reference in New Issue
Block a user