10 lines
146 B
C#
10 lines
146 B
C#
using System;
|
|
|
|
namespace ConjureOS.MetadataWindow
|
|
{
|
|
[Serializable]
|
|
public struct GameGenre
|
|
{
|
|
public int selectedGenre;
|
|
}
|
|
} |