Skip to content

Commit 4b37fcd

Browse files
committed
add OnceServer/OnceClient to Serverside
1 parent 257b99f commit 4b37fcd

File tree

3 files changed

+483
-70
lines changed

3 files changed

+483
-70
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace AltV.Net;
2+
3+
public class FunctionCall
4+
{
5+
public Function Function { get; set; }
6+
public bool IsOnce { get; set; }
7+
public bool IsCalled { get; set; }
8+
}

0 commit comments

Comments
 (0)