Make physics more fun
This commit is contained in:
parent
155e360c8e
commit
89fafeafd3
41 changed files with 511 additions and 334 deletions
4
backend/src/physics/physicals/physical.ts
Normal file
4
backend/src/physics/physicals/physical.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { DynamicPhysical } from './dynamic-physical';
|
||||
import { StaticPhysical } from './static-physical';
|
||||
|
||||
export type Physical = StaticPhysical | DynamicPhysical;
|
||||
Loading…
Add table
Add a link
Reference in a new issue