mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-03-20 17:20:14 +03:00
11 lines
130 B
C#
11 lines
130 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace Syroot.Worms.Gen2
|
||
|
{
|
||
|
class Palette
|
||
|
{
|
||
|
}
|
||
|
}
|