mirror of
https://github.com/chylex/TweetDuck.git
synced 2024-11-14 08:42:46 +01:00
6 lines
87 B
C#
6 lines
87 B
C#
namespace TweetDck.Plugins.Enums{
|
|
enum PluginFolder{
|
|
Root, Data
|
|
}
|
|
}
|