diff options
Diffstat (limited to 'ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs')
-rw-r--r-- | ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs b/ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs index 5edfc0e..42edd23 100644 --- a/ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs +++ b/ExampleBots/PluralContactBotPoC/Bot/AccountData/SystemData.cs @@ -1,4 +1,5 @@ using System.Text.Json.Serialization; +using LibMatrix.EventTypes; using LibMatrix.Helpers; using LibMatrix.Interfaces; |