Interface VehiclesDB2.IImportPlayerFromOldDB

Enclosing class:
VehiclesDB2

public static interface VehiclesDB2.IImportPlayerFromOldDB
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int sqlId, String name, int wx, int wy, float x, float y, float z, int WorldVersion, byte[] bb, boolean bDead)
     
  • Method Details

    • accept

      void accept(int sqlId, String name, int wx, int wy, float x, float y, float z, int WorldVersion, byte[] bb, boolean bDead)