This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
ghorsington
/
COM_Diff
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
eef85b28b0
Větve
Značky
eng_trial
eng_trial_versions
master
COM_Diff
/
Assembly-CSharp
/
MaidStatus
/
VoiceGroup.cs
VoiceGroup.cs
106 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
12
using System;
namespace MaidStatus
{
public enum VoiceGroup
{
Heroine,
Sub,
Extra,
Mob
}
}