namespace Cell { public interface ITickPhysics { public void TickPhysics() { } } }