11 lines
145 B
C#
11 lines
145 B
C#
|
using Godot;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class NetworkSessionEvent
|
||
|
{
|
||
|
public long memberIndex;
|
||
|
}
|
||
|
}
|