bad-piggies-0.1.3-porting/Assets/Scripts/Assembly-CSharp/LevelButtonConnection.cs

10 lines
138 B
C#
Raw Permalink Normal View History

2024-02-24 22:40:44 -05:00
using System;
[Serializable]
public class LevelButtonConnection
{
public LevelButton levelButton1;
public LevelButton levelButton2;
}