Haus erweiterungen

This commit is contained in:
hydrant
2020-03-24 18:54:59 +01:00
parent bea3efa949
commit 4824ffe7f5
6 changed files with 1483 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ namespace ReallifeGamemode.Server
[ServerEvent(Event.ResourceStart)]
public void OnResourceStart()
{
System.Console.WriteLine(System.DateTime.Now.ToShortTimeString());
var methods = Assembly.GetExecutingAssembly()
.GetTypes()
.SelectMany(t => t.GetMethods())