mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-07-03 17:38:53 +02:00
7 lines
100 B
C#
7 lines
100 B
C#
namespace TweetLib.Core.Features.Plugins.Enums {
|
|
public enum PluginFolder {
|
|
Root,
|
|
Data
|
|
}
|
|
}
|