mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-08 11:31:27 -06:00
18 lines
205 B
C#
18 lines
205 B
C#
using System;
|
|
|
|
namespace amx
|
|
{
|
|
/// <summary>
|
|
/// Summary description for Class1.
|
|
/// </summary>
|
|
public class Class1
|
|
{
|
|
public Class1()
|
|
{
|
|
//
|
|
// TODO: Add constructor logic here
|
|
//
|
|
}
|
|
}
|
|
}
|