예제 #1
0
void FWeaponSlots::StandardSetup(PClassPlayerPawn *type)
{
	SetFromPlayer(type);
	AddExtraWeapons();
	SetFromGameInfo();
}
예제 #2
0
void FWeaponSlots::StandardSetup(const ClassDef *type)
{
	SetFromPlayer(type);
	AddExtraWeapons();
	SetFromGameInfo();
}