1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed right-click menu

This commit is contained in:
Brian Fiete 2020-08-23 05:49:30 -07:00
parent 64b62c09be
commit 2e69fa1b9e

View file

@ -19,10 +19,12 @@ namespace IDE.Compiler
Keyword,
Literal,
Identifier,
Type,
Comment,
Method,
TypeRef
Type,
RefType,
Interface,
Namespace
}
public enum ResolveType