mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-13 06:45:01 +00:00
11 lines
170 B
C#
11 lines
170 B
C#
|
|
namespace OpenTK.Rewrite
|
|
{
|
|
internal class CountAttribute
|
|
{
|
|
public int Count;
|
|
public string Parameter;
|
|
public string Computed;
|
|
}
|
|
}
|