예제 #1
0
        public Viewport()
        {
            _follow = null;
            Pos = Vector2.Zero;

            Core.UpdateEvent += Update;
        }
예제 #2
0
        public Viewport()
        {
            _follow = null;
            Pos     = Vector2.Zero;

            Core.UpdateEvent += Update;
        }
예제 #3
0
 public static void Follow(BasicUnit unit)
 {
     _follow = unit;
 }
예제 #4
0
 public static void Follow(BasicUnit unit)
 {
     _follow = unit;
 }