Lua function to reset the points distribution to default values.
◆ Implementation()
| void RoomService.ResetPointsDistribution.Implementation |
( |
| ) |
|
|
inlineprivate |
Usage:
Lua function to reset the points distribution to default values.
Definition RoomServiceLuaFunctions.cs:369
Definition MyPluginInfo.cs:2
Source Code
383 {
384 if (!RoomServiceUtils.IsOnlineHost())
385 {
386 return;
387 }
388
389 ZeepkistNetwork.CustomLeaderBoard_ResetPointsDistribution();
390 }