Exemplo n.º 1
0
 public Camera(SharpNetMatch nm)
 {
     _zoom = 1.0f;
     Rotation = 0.0f;
     Pos = Vector2.Zero;
     _nm = nm;
 }
Exemplo n.º 2
0
        static void Main()
        {
            using (var program = new SharpNetMatch())
                program.Run();

        }
Exemplo n.º 3
0
 public Map(SharpNetMatch parent, string mapname)
 {
     this.parent = parent;
     this.mapname = mapname;
 }