Skip to content

Commit

Permalink
renaming path
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Oct 24, 2024
1 parent a6851d5 commit 79e06d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Gaming/monopoly.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ During actions `AddGear` and `Upgrade` a player can sell his other properties to
### Player's program
`Player` is a program in which the monopoly game strategy is implemented. It must meet the following requirements:
- It has to accept the following message from `Master` program:
```rust title="syndote/app/src/services/syndote/utils.rs"
```rust title="syndote/app/src/services/game/utils.rs"
pub struct YourTurn {
pub players: Vec<(ActorId, PlayerInfo)>,
pub properties: Vec<Option<(ActorId, Gears, Price, Rent)>>,
Expand Down

0 comments on commit 79e06d5

Please sign in to comment.