예제 #1
0
 public static Position BottomRight(this Chimame c)
 {
 }
예제 #2
0
 public static Position TopRight(this Chimame c)
 {
 }
예제 #3
0
 public static Position BottomLeft(this Chimame c)
 {
 }
예제 #4
0
 public static Position Center(this Chimame c)
 {
     return(new Position());
 }
예제 #5
0
 public static Position TopLeft(this Chimame c)
 {
 }
예제 #6
0
 public Layer Add(Chimame nt)
 {
     return(this);
 }
예제 #7
0
 public Scene(Chimame cpcp)
 {
     root = cpcp;
 }
예제 #8
0
 public Title(Chimame obj) : base(obj)
 {
 }
예제 #9
0
 public Result(Chimame obj) : base(obj)
 {
 }
예제 #10
0
        public FindLightMain(Chimame obj) : base(obj)
        {
            Layer pl = new Layer();

            pl.Add(new Entities.PlayerMachine());
        }