Ooui-tws-port/Ooui/PreserveAttribute.cs

9 lines
89 B
C#
Raw Normal View History

2018-03-13 20:16:59 +00:00
using System;
namespace Ooui
{
class PreserveAttribute : Attribute
{
}
}