Skip to content

Commit

Permalink
clean project
Browse files Browse the repository at this point in the history
  • Loading branch information
SuQiang2007 committed Oct 13, 2023
1 parent a1a7f0d commit 5913de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/systems/AssetsSystem.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pragma solidity >=0.8.0;

import { System } from "@latticexyz/world/src/System.sol";
import { RaiseColddownData,RaiseColddown, AssetsListData,AssetsList, Log,Counter,Player,Game ,GameData,GameState,GameMap,MapItem,MapItemTableId,MapItemData,PlayerData,TransactionList,TransactionListData,PlayerTableId,IsPlayer,GameMapData} from "../codegen/Tables.sol";
import { RaiseColddownData,RaiseColddown, AssetsListData,AssetsList, Log,Player,Game ,GameData,GameState,GameMap,MapItem,MapItemTableId,MapItemData,PlayerData,TransactionList,TransactionListData,PlayerTableId,IsPlayer,GameMapData} from "../codegen/Tables.sol";
import { addressToEntityKey } from "../addressToEntityKey.sol";

contract AssetsSystem is System {
Expand Down

0 comments on commit 5913de9

Please sign in to comment.