/* * Created by SharpDevelop. * User: cherron * Date: 12/28/2005 * Time: 2:42 AM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; namespace Jessie.GameState { /// /// Description of jtbvItem. /// public class jtbvItem { public jtbvItem() { } public string Handle; public string Name; } }