From 4f094220724356b6ef5b285f310a0888ccb63b5c Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Wed, 18 May 2022 20:26:08 +0300 Subject: [PATCH] add empty --- empty.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 empty.cs diff --git a/empty.cs b/empty.cs new file mode 100644 index 0000000..5d241cd --- /dev/null +++ b/empty.cs @@ -0,0 +1,12 @@ +public Program() +{ + // RuntimeInfo.UpdateFrequency +} + +public void Save() +{ +} + +public void Main(string argument, UpdateType updateSource) +{ +}