USDCParser.js 137 B

1234567891011121314151617
  1. import {
  2. Group
  3. } from 'three';
  4. class USDCParser {
  5. parse( buffer ) {
  6. // TODO
  7. return new Group();
  8. }
  9. }
  10. export { USDCParser };
粤ICP备19079148号