added editorconfig and formatted code
This commit is contained in:
@@ -8,12 +8,12 @@ using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
class Update : Script
|
||||
class Update : Script
|
||||
{
|
||||
[ServerEvent(Event.Update)]
|
||||
public void UpdateEvent()
|
||||
{
|
||||
[ServerEvent(Event.Update)]
|
||||
public void UpdateEvent()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user