Beispiel #1
0
 public InjectAttribute(InjectRealm realm, Type gamemodeType)
 {
     Realm        = realm;
     GamemodeType = gamemodeType;
 }
Beispiel #2
0
 public InjectAttribute(InjectRealm realm)
 {
     Realm = realm;
 }