Skip to content

Commit

Permalink
[REG-1525] Update generated filename pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nAmKcAz committed Jan 11, 2024
1 parent 1977a26 commit 6947a13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integrating-with-unity/defining-states.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class KingState : MonoBehaviour
}
```

Generated File: Generated_RGStateEntity_KingState.cs
Generated File: RGStateEntity_KingState.Generated.cs
```cs
public class RGStateEntity_KingState : RGStateEntityBase
{
Expand Down Expand Up @@ -135,7 +135,7 @@ public class PawnState : MonoBehaviour
}
```

Generated File: Generated_RGStateEntity_PawnState.cs
Generated File: RGStateEntity_PawnState.Generated.cs
```cs
public class RGStateEntity_PawnState : RGStateEntityBase
{
Expand Down Expand Up @@ -196,7 +196,7 @@ public class FieldlessState : MonoBehaviour
}
```

Generated File: Generated_RGStateEntity_FieldlessState.cs
Generated File: RGStateEntity_FieldlessState.Generated.cs
```cs
public class RGStateEntity_FieldlessState : RGStateEntityBase
{
Expand Down Expand Up @@ -261,7 +261,7 @@ public class WandererState : MonoBehaviour
}
```

Generated File: Generated_RGStateEntity_WandererState.cs
Generated File: RGStateEntity_WandererState.Generated.cs
```cs
public class RGStateEntity_WandererState : RGStateEntityBase
{
Expand Down Expand Up @@ -320,7 +320,7 @@ public class NomadState : MonoBehaviour
}
```

Generated File: Generated_RGStateEntity_NomadState.cs
Generated File: RGStateEntity_NomadState.Generated.cs
```cs
public class RGStateEntity_NomadState : RGStateEntityBase
{
Expand Down

0 comments on commit 6947a13

Please sign in to comment.