Ejemplo n.º 1
0
        public static async ETTask <RobotCase> New(this RobotCaseComponent self)
        {
            await ETTask.CompletedTask;
            RobotCase robotCase = self.AddChild <RobotCase>();

            return(robotCase);
        }
Ejemplo n.º 2
0
 public static int GetN(this RobotCaseComponent self)
 {
     return(++self.N);
 }