update: 更新VIP复活套装配置
This commit is contained in:
@@ -66,6 +66,7 @@ class CustomRevivalSuitCfg
|
||||
class PlayerRevivalEquipmentData
|
||||
{
|
||||
// string SteamId;
|
||||
string TeamName;
|
||||
ref TStringArray TeamMembers; // 兼容个人和队伍,单人玩家 == 单人队伍
|
||||
|
||||
ref TStringArray Equipments;
|
||||
@@ -75,6 +76,7 @@ class PlayerRevivalEquipmentData
|
||||
void PlayerRevivalEquipmentData( string steamid )
|
||||
{
|
||||
// SteamId = steamid;
|
||||
TeamName = "小队名字";
|
||||
TeamMembers = new TStringArray();
|
||||
TeamMembers.Insert( steamid );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user