public static class OperateExtensions { public static void Finished(this Operate self) { self.color = Level2Const.operateAfterColor; } }