8 lines
146 B
C#
8 lines
146 B
C#
|
|
namespace WI
|
|||
|
|
{
|
|||
|
|
public partial class TrashBehaviour : UnityEngine.MonoBehaviour
|
|||
|
|
{
|
|||
|
|
public MonoBehaviour originBehaviour;
|
|||
|
|
}
|
|||
|
|
}
|