public CollisionEngine(GameplayModel model) { this.model = model; }
public UpdateEngine(GameplayModel model) { Model = model; }