static PhotonType()
 {
     // from here on out, PhotonType values initialized to PhotonType.Default
     // will have their tint set to Color.White
     Default      = new PhotonType();
     Default.tint = Color.White;
 }
Beispiel #2
0
 public Ship(float x, float y, float ang, Boolean correctSound, PhotonType photonType)