rj-action-library/Runtime/Networking/Session/NetworkSessionEvent.cs

11 lines
145 B
C#
Raw Normal View History

2025-01-08 18:46:17 +00:00
using Godot;
using System.Collections.Generic;
namespace Rokojori
{
public class NetworkSessionEvent
{
public long memberIndex;
}
}