|
|
@ -4,7 +4,7 @@ using System.Collections; |
|
|
|
|
|
|
|
|
|
|
|
namespace Fungus |
|
|
|
namespace Fungus |
|
|
|
{ |
|
|
|
{ |
|
|
|
[CustomEditor (typeof(Room))] |
|
|
|
[CustomEditor (typeof(Room), true)] |
|
|
|
[CanEditMultipleObjects] |
|
|
|
[CanEditMultipleObjects] |
|
|
|
public class RoomEditor : Editor |
|
|
|
public class RoomEditor : Editor |
|
|
|
{ |
|
|
|
{ |
|
|
|