水电费
This commit is contained in:
14
Hotfix/Outer/Gate/System/GameAccount/GameAccountSystem.cs
Normal file
14
Hotfix/Outer/Gate/System/GameAccount/GameAccountSystem.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
using Fantasy.Gate;
|
||||
|
||||
namespace System.Gate;
|
||||
|
||||
public sealed class GameAccountDestroySystem : DestroySystem<GameAccount>
|
||||
{
|
||||
protected override void Destroy(GameAccount self)
|
||||
{
|
||||
self.CreateTime = 0;
|
||||
self.LoginTime = 0;
|
||||
self.SessionRunTimeId = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user