This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ghorsington
/
COM_Diff
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
eef85b28b0
Rami (Branch)
Tag
eng_trial
eng_trial_versions
master
COM_Diff
/
Assembly-CSharp
/
MaidStatus
/
VoiceGroup.cs
VoiceGroup.cs
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
12
using System;
namespace MaidStatus
{
public enum VoiceGroup
{
Heroine,
Sub,
Extra,
Mob
}
}