mirror of
https://github.com/GMMan/DrawingSongHLE.git
synced 2025-12-17 01:16:11 +01:00
18 lines
241 B
C#
18 lines
241 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
public enum Language
|
|
{
|
|
English,
|
|
French,
|
|
Spanish,
|
|
German,
|
|
Italian,
|
|
Dutch,
|
|
Japanese,
|
|
Max
|
|
}
|