////////////////////////////////////////// class Scene { Scene() { } void Start() { } void Draw() { } void Kick() { } void FastKick() { } }