using Ragdoll; namespace Game { public class AppCore : ScriptSingleton<AppCore> { public void init() { } } }