10 lines
138 B
C#
10 lines
138 B
C#
|
using System;
|
||
|
|
||
|
[Serializable]
|
||
|
public class LevelButtonConnection
|
||
|
{
|
||
|
public LevelButton levelButton1;
|
||
|
|
||
|
public LevelButton levelButton2;
|
||
|
}
|