mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Add WASD camera movement.
This commit is contained in:
parent
0c9d9853d8
commit
d0c176bf13
7 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -77,7 +77,7 @@ namespace FirstPlugin
|
|||
|
||||
void ParseBymlFirstNode()
|
||||
{
|
||||
TreeNode root = new TreeNode("root");
|
||||
TreeNode root = new TreeNode(FileName);
|
||||
root.Tag = byml;
|
||||
treeView1.Nodes.Add(root);
|
||||
treeView1.SelectedNode = root;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue