예제 #1
0
 /// <inheritdoc />
 public EngineModule GetModule(Type type)
 => SceneSystem.GetModule(type);
예제 #2
0
 /// <inheritdoc />
 public T GetModule <T>() where T : EngineModule, new()
 => SceneSystem.GetModule <T>();