added documentation and cleaned up some parameters. Added obtain and draw functions to the skin class.

This commit is contained in:
2018-12-11 20:03:35 -06:00
parent 081f84cd47
commit 8ddb79c135
3 changed files with 50 additions and 15 deletions

View File

@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Recrowned-Athenaeum")]
[assembly: AssemblyTitle("RecrownedAthenaeum")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Recrowned-Athenaeum")]
[assembly: AssemblyProduct("RecrownedAthenaeum")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]