mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-06 08:03:12 -08:00
9 lines
143 B
C#
9 lines
143 B
C#
namespace CounterStrikeSharp.API.Core.Plugin;
|
|
|
|
public enum PluginState
|
|
{
|
|
Unregistered,
|
|
Loading,
|
|
Loaded,
|
|
Unloaded,
|
|
} |