ECS Arcade Machines (#16791)
This commit is contained in:
@@ -71,7 +71,8 @@ namespace Content.Shared.Arcade
|
||||
}
|
||||
}
|
||||
|
||||
public static class BlockGameVector2Extensions{
|
||||
public static class BlockGameVector2Extensions
|
||||
{
|
||||
public static BlockGameBlock ToBlockGameBlock(this Vector2i vector2, BlockGameBlock.BlockGameBlockColor gameBlockColor)
|
||||
{
|
||||
return new(vector2, gameBlockColor);
|
||||
@@ -90,6 +91,5 @@ namespace Content.Shared.Arcade
|
||||
{
|
||||
return new(-vector.Y, vector.X);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user