alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

Add enum with HUD colors #65

Closed alexguirre closed 4 years ago

alexguirre commented 4 years ago

Apparently, there is already a HudColor enum hidden in BigMessage.cs, only used by BigMessageHandler.ShowColoredShard. So, there is an ambiguity when using both RAGENativeUI and RAGENativeUI.Elements namespaces. Need to decide if we keep the old one and add the new extension methods to it or we use the new one (in RAGENativeUI namespace, uses C# naming conventions) and break backwards compatibility of ShowColoredShard (doesn't seem very common in plugins).