namespace BouncyCatIsBouncy { interface IUpdateable { void Update(float dt); } }