chat
This commit is contained in:
16
Hotfix/Gate/System/GateUnitSystem.cs
Normal file
16
Hotfix/Gate/System/GateUnitSystem.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
|
||||
namespace NB.Gate;
|
||||
|
||||
public class GateUnitDestroySystem : DestroySystem<GateUnit>
|
||||
{
|
||||
protected override void Destroy(GateUnit self)
|
||||
{
|
||||
self.AccountID = 0;
|
||||
self.Kick = false;
|
||||
}
|
||||
}
|
||||
|
||||
public class GateUnitSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user