Skip to content

Commit

Permalink
Merge pull request #2 from Sorax5/refactor
Browse files Browse the repository at this point in the history
Refactoring the architecture
  • Loading branch information
Sorax5 authored Sep 11, 2024
2 parents 7738d04 + 05073b2 commit a7f95ee
Show file tree
Hide file tree
Showing 28 changed files with 1,328 additions and 576 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'fr.phylisiumstudio'
version = '1.0-BETA'
version = '1.1-BETA'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package fr.phylisiumstudio.soraxPhysic;
package fr.phylisiumstudio.bullet;

import com.bulletphysics.dynamics.RigidBody;
import com.bulletphysics.linearmath.MotionState;
import com.bulletphysics.linearmath.Transform;
import fr.phylisiumstudio.soraxPhysic.SoraxPhysic;
import fr.phylisiumstudio.soraxPhysic.models.RigidBlock;
import org.bukkit.Bukkit;
import org.bukkit.Location;
Expand Down
Loading

0 comments on commit a7f95ee

Please sign in to comment.