12 lines
199 B
C#
12 lines
199 B
C#
using Common;
|
|
using Unity.NetCode;
|
|
using UnityEngine;
|
|
|
|
namespace RpcComponents
|
|
{
|
|
public struct TdTeamRequest : IRpcCommand
|
|
{
|
|
public TeamType Value;
|
|
public Color Color;
|
|
}
|
|
} |