repo.or.cz
/
18plus-7leafadventure.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix hair, dick around with new game screen.
[18plus-7leafadventure.git]
/
src
/
org
/
sevenchan
/
dongs
/
ability
/
Devour.as
blob
d4f2fbb7b501a1c53adc9f1b38294e60f66263ba
1
package
org
.
sevenchan
.
dongs
.
ability
2
{
3
import
org
.
sevenchan
.
dongs
.
Ability
;
4
5
/**
6
* ...
7
* @author Harbinger
8
*/
9
public
class
Devour
extends
Ability
10
{
11
12
public
function
Devour
()
13
{
14
super
();
15
16
}
17
18
19
}
20
21
}