Files
MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs
T

9 lines
144 B
C#

using Microsoft.Xna.Framework;
namespace MonoGame.Extended.Tweening.Tests;
public class ColorHandler
{
public Color Color { get; set; }
}