using System; using System.Collections.Generic; using System.Text; namespace ET { public class OffLinePlayerBuffComponentAwakeSystem : AwakeSystem { public override void Awake(OffLinePlayerBuffComponent self) { OffLinePlayerBuffComponent.Instance = self; } } public class OffLinePlayerBuffComponentSystem { } }