Cyber/Assets/Scripts/Networking/MsgType.cs

8 lines
150 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PktType {
public const short TestMessage = 200;
}