File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ // This file represents the unsupported or unimplemented shared public API of CS2MenuManager.dll
2+ // that plugins link to.
3+ //
4+ // As you may be able to tell, the authors of CS2MenuManager did not separate the public API
5+ // consumers (plugins) use and the internal API used by the CS2MenuManager project itself,
6+ // causing the surface area to become quite large. Most of it does not need to be implemented,
7+ // only the parts that plugins directly use.
8+ //
9+ // Methods that throw a NotImplementedException have yet to be implemented or triaged.
10+ // Methods that throw NotSupportedException will never be implemented by this project and
11+ // are provided only for binary compatibility.
12+
113using System ;
214using System . Collections . Generic ;
315using System . Drawing ;
You can’t perform that action at this time.
0 commit comments