Collisions editing progress

This commit is contained in:
dexy
2020-01-10 23:41:58 +11:00
Unverified
parent e4cc7550eb
commit 308e2eda29
4 changed files with 140 additions and 50 deletions
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Text;
@@ -7,6 +8,7 @@ using System.Threading.Tasks;
namespace CodeWalker.GameFiles
{
[TypeConverter(typeof(ExpandableObjectConverter))]
public class YbnFile : GameFile, PackedFile
{
public Bounds Bounds { get; set; }