1
This commit is contained in:
13
Assets/Scripts/UI/StoryUI/StoryBlockUIBase.cs
Normal file
13
Assets/Scripts/UI/StoryUI/StoryBlockUIBase.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Story.UI
|
||||
{
|
||||
public class StoryBlockUIBase : MonoBehaviour
|
||||
{
|
||||
public RectTransform blockRect;
|
||||
public RectTransform inPort;
|
||||
public RectTransform outPort;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user