Initial commit
This commit is contained in:
commit
4e795fddc7
37 changed files with 3269 additions and 0 deletions
16
Entities/PluginConfig.cs
Normal file
16
Entities/PluginConfig.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Project Makoto Example Plugin
|
||||
// Copyright (C) 2023 Fortunevale
|
||||
// This code is licensed under MIT license (see 'LICENSE'-file for details)
|
||||
|
||||
namespace ProjectMakoto.Plugins.Social.Entities;
|
||||
|
||||
public class PluginConfig
|
||||
{
|
||||
public string KawaiiRedToken = "";
|
||||
|
||||
public string Cuddle = "🅿";
|
||||
public string Kiss = "🅿";
|
||||
public string Slap = "🅿";
|
||||
public string Proud = "🅿";
|
||||
public string Hug = "🅿";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue