This website requires JavaScript.
Explore
Help
Register
Sign In
jake
/
elseware
Watch
1
Star
0
Fork
0
You've already forked elseware
Code
Issues
63
Pull Requests
1
Projects
Releases
Wiki
Activity
elseware
/
src
/
ship
/
shops
/
mod.rs
8 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
weapon shop
2020-09-18 07:55:48 -06:00
pub
mod
weapon
;
tool shop
2020-09-21 00:37:50 -06:00
pub
mod
tool
;
armor shop
2020-09-22 22:39:28 -06:00
pub
mod
armor
;
weapon shop prices
2020-09-23 19:14:11 -06:00
pub
trait
ShopItem
{
fn
price
(
&
self
)
->
usize
;
}
Reference in New Issue
Copy Permalink