LevelData
This commit is contained in:
14
Assets/Scripts/Level/LevelData.cs
Normal file
14
Assets/Scripts/Level/LevelData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Level
|
||||
{
|
||||
[System.Serializable]
|
||||
public class LevelData
|
||||
{
|
||||
public LayoutCell.LayoutCellData[][] layout;
|
||||
public int width;
|
||||
public int height;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user