index
:
github/AmbientAddons.git
master
patch
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
com
/
ambientaddons
/
utils
/
SalvageStrategy.kt
blob: 992a45cc18dd17356b2d4c85909185462a0c72b1 (
plain
)
1
2
3
package
com.ambientaddons.utils
enum
class
SalvageStrategy
{
Always
,
Allow
,
Block
}