protected override void Initialize() { instance = this; _world = new World(); base.Initialize(); }
public void Reset() { _world = new World(); }