This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
vinit.terra
/
ICEY
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a51de1694e
Rami (Branch)
Tag
main
ICEY
/
Assets
/
GameAssets
/
Games
/
icey
/
Scripts
/
SRDebugger
/
ConsoleAlignment.cs
ConsoleAlignment.cs
102 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
using System;
namespace SRDebugger
{
public enum ConsoleAlignment
{
Top,
Bottom
}
}