From f3c50714834d2d5cb204625c63aaeffb50bef236 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 22 May 2022 23:56:37 +0200 Subject: gui: set up a global theme --- Scripts/Command.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Scripts/Command.cs (limited to 'Scripts/Command.cs') diff --git a/Scripts/Command.cs b/Scripts/Command.cs new file mode 100644 index 0000000..4a7ce58 --- /dev/null +++ b/Scripts/Command.cs @@ -0,0 +1,7 @@ +namespace Texty.Scripts +{ + public class Command + { + + } +} \ No newline at end of file -- cgit v1.2.3