summaryrefslogtreecommitdiff
path: root/Plugins/MonoGame.Extended/tests/MonoGame.Extended.Tweening.Tests/ColorHandler.cs
blob: a4cddc0a96a54ff681b1f54a5e18c2a407d871a8 (plain)
1
2
3
4
5
6
7
8
using Microsoft.Xna.Framework;

namespace MonoGame.Extended.Tweening.Tests;

public class ColorHandler
{
    public Color Color { get; set; }
}