scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
// Token: 0x02000A20 RID: 2592
|
||||
[Serializable]
|
||||
public struct GameTeamColorSettings
|
||||
{
|
||||
// Token: 0x040036BC RID: 14012
|
||||
public bool TeamOutfitColorEmissionEnabled;
|
||||
|
||||
// Token: 0x040036BD RID: 14013
|
||||
public float TeamOutfitColorEmissionAmount;
|
||||
|
||||
// Token: 0x040036BE RID: 14014
|
||||
public TeamColor[] CustomTeamColors;
|
||||
}
|
||||
Reference in New Issue
Block a user