Assets/Launch/Common/LogicEngine.cs @@ -3,8 +3,6 @@ using UnityEngine; namespace StartAot { public class LogicEngine : SingletonMonobehaviour<LogicEngine> { List<LogicUpdate> logicUpdates = new List<LogicUpdate>(); @@ -48,6 +46,4 @@ } } } }