Add BankBalance to Infobox; Iprove Player Feedback; Add /gotolist
This commit is contained in:
22
Server/Events/Update.cs
Normal file
22
Server/Events/Update.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
|
||||
/**
|
||||
* @overview Life of German Reallife - Event Update (Update.cs)
|
||||
* @author VegaZ
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
namespace reallife_gamemode.Server.Events
|
||||
{
|
||||
public class Update : Script
|
||||
{
|
||||
[ServerEvent(Event.Update)]
|
||||
public void OnUpdate()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user