초기커밋
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using Google.Protobuf;
|
||||
using Google.Protobuf.WellKnownTypes;
|
||||
|
||||
|
||||
using ServerCore;
|
||||
using ServerBase;
|
||||
using ServerCommon;
|
||||
using ServerCommon.BusinessLogDomain;
|
||||
using MetaAssets;
|
||||
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public class CaliumContentAction : EntityActionBase
|
||||
{
|
||||
public CaliumContentAction(CaliumStorageEntity owner) : base(owner) { }
|
||||
|
||||
public override async Task<Result> onInit() => await Task.FromResult(new Result());
|
||||
|
||||
public override void onClear() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user