Skip to content

Commit 3716bf0

Browse files
author
Jack Brookes
committed
2 parents b5f3ce6 + 2ccc1ce commit 3716bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ UXF is built around the idea of separating the specification of your experiment
128128
#### 1. Experiment specification
129129

130130
```csharp
131-
class ExperimentBuilder : MonoBehaviour
131+
public class ExperimentBuilder : MonoBehaviour
132132
{
133133
// set this to reference your UXF Session in the inspector
134134
public UXF.Session session;
@@ -155,7 +155,7 @@ class ExperimentBuilder : MonoBehaviour
155155
#### 2. Experiment implementation
156156

157157
```csharp
158-
class SceneManipulator : MonoBehaviour
158+
public class SceneManipulator : MonoBehaviour
159159
{
160160

161161
// set this to reference your UXF Session in the inspector

0 commit comments

Comments
 (0)