Browse Source

Fixed PageRoom.cs comments

master
chrisgregan 11 years ago
parent
commit
5a89ea4f97
  1. 1
      Assets/FungusExample/Scripts/PageRoom.cs

1
Assets/FungusExample/Scripts/PageRoom.cs

@ -13,7 +13,6 @@ public class PageRoom : Room
public PageStyle alternateStyle;
// The OnEnter() method is called whenever the player enters the room
// You can also use the OnLeave() method to handle when the player leaves the room.
void OnEnter()
{
// Sets the header text on the page

Loading…
Cancel
Save