Skip to content

Commit

Permalink
chore: formatting 3 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizo55 committed Oct 10, 2023
1 parent ca28cad commit db154b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule GameService.EntityMapActionsSystem do
value: value
} = event

# In the GameService, Entity's id is a combination of it's type and it's id
# In the GameService, Entity's id is a combination of it's type and it's id
ecs_id = GameService.real_entity_id(entity_type, entity_id)

# Check if the Entity exists
Expand Down Expand Up @@ -68,7 +68,7 @@ defmodule GameService.EntityMapActionsSystem do
checksum: checksum
} = event

# In the GameService, Entity's id is a combination of it's type and it's id
# In the GameService, Entity's id is a combination of it's type and it's id
ecs_id = GameService.real_entity_id(entity_type, entity_id)

# Check if the Entity exists
Expand Down

0 comments on commit db154b1

Please sign in to comment.