public RootActor(Hosting.Engine _engine) { engine = _engine; actorName = "Root"; if (instance == null) { instance = this; } }