コード例 #1
0
 public static void RemoveLateSystem(short _executionindex, SystemsHeader.ILateUpdateSystem _sys) => Instance._latesystems?.RemoveAt(_executionindex);
コード例 #2
0
 public static void RegisterLateSystem(short _executionindex, SystemsHeader.ILateUpdateSystem _sys) => Instance._latesystems?.Add(_executionindex, _sys);