@@ -23,9 +23,9 @@ extern SignPool _sign_pool;
|
||||
struct Sign : SignPool::PoolItem<&_sign_pool> {
|
||||
std::string name;
|
||||
TrackedViewportSign sign;
|
||||
int32 x;
|
||||
int32 y;
|
||||
int32 z;
|
||||
int32_t x;
|
||||
int32_t y;
|
||||
int32_t z;
|
||||
Owner owner; // placed by this company. Anyone can delete them though. OWNER_NONE for gray signs from old games.
|
||||
|
||||
Sign(Owner owner = INVALID_OWNER);
|
||||
|
||||
Reference in New Issue
Block a user