예제 #1
0
 public static void SpawnRagdoll(this RoleType role, Vector3 position, Quaternion rotation, string nick, DamageTypes.DamageType damageType)
 {
     manager.SpawnRagdoll(position, rotation, Vector3.zero, (int)role, new PlayerStats.HitInfo(1000f, "", damageType, 0), false, "hubert@northwood", nick, 0);
 }