Server.Misc.PreventInaccess.LocationInfo.LocationInfo C# (CSharp) Méthode

LocationInfo() public méthode

public LocationInfo ( Server.Point3D loc, Server.Map map ) : System.Collections.Generic
loc Server.Point3D
map Server.Map
Résultat System.Collections.Generic
			public LocationInfo( Point3D loc, Map map )
			{
				m_Location = loc;
				m_Map = map;
			}
		}
PreventInaccess.LocationInfo