1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 05:15:59 +02:00

Added Interface colorization type

This commit is contained in:
Brian Fiete 2020-08-13 07:00:49 -07:00
parent 9bbcb8eb5e
commit 7a65003679
5 changed files with 13 additions and 5 deletions

View file

@ -203,6 +203,7 @@ namespace IDE.ui
0xFFA6E22A, // Method
0xFF66D9EF, // Type
0xFF66D9EF, // RefType
0xFF66D9EF, // Interface
0xFF7BEEB7, // Namespace
0xFFB0B0B0, // Disassembly_Text

View file

@ -31,6 +31,7 @@ namespace IDE.ui
Method,
Type,
RefType,
Interface,
Namespace,
Disassembly_Text,