Added TSPlayer class to contain variables that are player specific

This commit is contained in:
Maverick Motherfucker 2011-06-02 21:26:07 -07:00
parent 947540cb1f
commit 39bc48968a
3 changed files with 31 additions and 6 deletions

View file

@ -60,6 +60,7 @@
<Compile Include="Tools.cs" />
<Compile Include="TShock.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TSPlayer.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>