mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-21 20:54:34 +00:00
11 lines
155 B
C#
11 lines
155 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace FishNet.Demo.AdditiveScenes
|
|||
|
{
|
|||
|
|
|||
|
public class Waypoint : MonoBehaviour
|
|||
|
{
|
|||
|
public byte WaypointIndex;
|
|||
|
}
|
|||
|
|
|||
|
}
|