mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-04 12:24:34 +00:00
12 lines
183 B
C#
12 lines
183 B
C#
|
|
namespace MonoFN.Cecil.Rocks {
|
|
|
|
public static class ParameterReferenceRocks {
|
|
|
|
public static int GetSequence (this ParameterReference self)
|
|
{
|
|
return self.Index + 1;
|
|
}
|
|
}
|
|
}
|