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):
afec831cc1
Rami (Branch)
Tag
eng_trial
eng_trial_versions
master
COM_Diff
/
Assembly-CSharp
/
MaidStatus
/
Feeling.cs
Feeling.cs
105 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace MaidStatus
{
public enum Feeling
{
Bad,
Normal = 10,
Goood = 20
}
}