Nicklas Bourelius b15f3b7391 Color now working.
Need to implement: Slider and logic for it and UI and the logic for that as well.
2024-05-23 18:36:51 +02:00

5 lines
188 B
C#

using System.Runtime.CompilerServices;
[assembly:InternalsVisibleTo("Proxima.Tests")]
[assembly:InternalsVisibleTo("Proxima.Editor.Tests")]
[assembly:InternalsVisibleTo("Proxima.Editor")]