Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class MechanicalBlock : Block
|
||||
{
|
||||
|
||||
public override void setupBlock()
|
||||
{
|
||||
}
|
||||
|
||||
public override void simulate()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user