f687a22531
Because I am really, really out of patience
16 lines
235 B
C#
16 lines
235 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace TrueCraft.API
|
|
{
|
|
public enum ArmorMaterial
|
|
{
|
|
Leather,
|
|
Chain,
|
|
Iron,
|
|
Gold,
|
|
Diamond
|
|
}
|
|
} |