Boss牌
This commit is contained in:
16
Assets/Mods/Basic/Characters/Scripts/MarshallOfUnderworld.cs
Normal file
16
Assets/Mods/Basic/Characters/Scripts/MarshallOfUnderworld.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class MarshallOfUnderworld : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fea5037c82d665c4fa025f25b2136547
|
||||
Reference in New Issue
Block a user