Files
MonoGame.Extended/MonoGame.Extended.Tweening.Tests/ColorHandler.cs
T
2024-01-22 21:11:30 +03:00

9 lines
144 B
C#

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