Adds API Function, SetTeam

This commit is contained in:
Twitchy 2011-07-29 18:53:08 +12:00
parent 917865cab5
commit 3e111e8e46
3 changed files with 35 additions and 23 deletions

View file

@ -728,5 +728,10 @@ namespace TShockDBEditor
return bytes.Aggregate("", (s, b) => s + b.ToString("X2"));
}
}
private void TShockDBEditor_Load(object sender, EventArgs e)
{
}
}
}