8 lines
234 B
C#
8 lines
234 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
[HelpURL("https://geom.io/bakery/wiki/index.php?title=Manual#Bakery_Pack_As_Single_Square")]
|
|
public class BakeryPackAsSingleSquare : MonoBehaviour {
|
|
}
|