b15f3b7391
Need to implement: Slider and logic for it and UI and the logic for that as well.
5 lines
188 B
C#
5 lines
188 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:InternalsVisibleTo("Proxima.Tests")]
|
|
[assembly:InternalsVisibleTo("Proxima.Editor.Tests")]
|
|
[assembly:InternalsVisibleTo("Proxima.Editor")] |