small import work
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-07-31 16:34:50 -04:00
parent aef167dd7f
commit 236c7f0c51
3 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,8 @@ package electrosphere.entity.state.attack;
import electrosphere.net.synchronization.FieldIdEnums; import electrosphere.net.synchronization.FieldIdEnums;
import electrosphere.net.synchronization.BehaviorTreeIdEnums; import electrosphere.net.synchronization.BehaviorTreeIdEnums;
import electrosphere.server.datacell.utils.ServerBehaviorTreeUtils; import electrosphere.server.datacell.utils.ServerBehaviorTreeUtils;
import electrosphere.net.parser.net.message.SynchronizationMessage; import electrosphere.net.parser.net.message.SynchronizationMessage;
import electrosphere.server.datacell.utils.DataCellSearchUtils; import electrosphere.server.datacell.utils.DataCellSearchUtils;
import electrosphere.engine.Globals; import electrosphere.engine.Globals;

View File

@ -1,7 +1,6 @@
package electrosphere.entity.state.gravity; package electrosphere.entity.state.gravity;
import electrosphere.net.synchronization.BehaviorTreeIdEnums;
import java.util.List; import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.CopyOnWriteArrayList;
@ -25,6 +24,7 @@ import electrosphere.net.parser.net.message.EntityMessage;
import electrosphere.net.synchronization.annotation.SyncedField; import electrosphere.net.synchronization.annotation.SyncedField;
import electrosphere.net.synchronization.annotation.SynchronizableEnum; import electrosphere.net.synchronization.annotation.SynchronizableEnum;
import electrosphere.net.synchronization.annotation.SynchronizedBehaviorTree; import electrosphere.net.synchronization.annotation.SynchronizedBehaviorTree;
import electrosphere.net.synchronization.BehaviorTreeIdEnums;
@SynchronizedBehaviorTree(name = "clientGravity", isServer = false, correspondingTree="serverGravity") @SynchronizedBehaviorTree(name = "clientGravity", isServer = false, correspondingTree="serverGravity")
/** /**

View File

@ -1,7 +1,6 @@
package electrosphere.net.synchronization; package electrosphere.net.synchronization;
import electrosphere.net.synchronization.FieldIdEnums;
import electrosphere.entity.state.equip.ClientEquipState; import electrosphere.entity.state.equip.ClientEquipState;
import electrosphere.entity.state.movement.jump.ClientJumpTree; import electrosphere.entity.state.movement.jump.ClientJumpTree;
import electrosphere.entity.state.life.ClientLifeTree; import electrosphere.entity.state.life.ClientLifeTree;