mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 20:04:33 +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;
|
|
}
|
|
|
|
} |