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

        }
Exemple #3
0
 public Map(SharpNetMatch parent, string mapname)
 {
     this.parent = parent;
     this.mapname = mapname;
 }