mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-14 01:10:08 +00:00
Added more nano features (commands, equip & unequip, powers) (#26)
* Revert "fixed window build" This reverts commitb94f602537. * Revert "Revert "fixed window build"" This reverts commitdac4457ed2. * Add nano power feature * Update CNShardServer.hpp * Update CNShardServer.hpp * Test: Add nano power feature Nano powers are set to the first power in its selection by default. * Update NanoManager.cpp * Test: More nano features * Update NanoManager.hpp * Update PlayerManager.hpp * Update PlayerManager.cpp * Updated indentations * Update PlayerManager.cpp * Add DEBUGLOG() Co-authored-by: CPunch <sethtstubbs@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ struct Player {
|
||||
int slot;
|
||||
sPCStyle PCStyle;
|
||||
sPCStyle2 PCStyle2;
|
||||
sNano Nanos[37];
|
||||
|
||||
int x, y, z, angle;
|
||||
sItemBase Equip[AEQUIP_COUNT];
|
||||
|
||||
Reference in New Issue
Block a user