Moves XNA 4 files for Github migration.
This commit is contained in:
11
Plan B Html Parser/Tokens/HtmlBeginDivToken.cs
Normal file
11
Plan B Html Parser/Tokens/HtmlBeginDivToken.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace PlanB.Html.Tokens
|
||||
{
|
||||
internal class HtmlBeginDivToken:HtmlToken
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user