diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 11:49:01 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-06 11:49:01 -0600 |
commit | db5c24bc26e4d6a34ecd1ab9118f0f098eee3581 (patch) | |
tree | bfd1fa99cab5e90c5cd3e4555dc06d0a82164fe1 /src/net/brysonsteck/Resurrection/CheckForUpdate.java | |
parent | a6193c66185c069db9a8f9f7a7aca570ae55994b (diff) | |
download | resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.gz resurrection-db5c24bc26e4d6a34ecd1ab9118f0f098eee3581.tar.bz2 |
death event works, working on commands
Diffstat (limited to 'src/net/brysonsteck/Resurrection/CheckForUpdate.java')
-rw-r--r-- | src/net/brysonsteck/Resurrection/CheckForUpdate.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/brysonsteck/Resurrection/CheckForUpdate.java b/src/net/brysonsteck/Resurrection/CheckForUpdate.java new file mode 100644 index 0000000..68cab70 --- /dev/null +++ b/src/net/brysonsteck/Resurrection/CheckForUpdate.java @@ -0,0 +1,4 @@ +package net.brysonsteck.Resurrection; + +public class CheckForUpdate { +} |