Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Spieleentwicklung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adrian Paschkowski
Spieleentwicklung
1fd1dc5fc19c6ee646307eef1efe487e657c48d4
spieleentwicklung
Assets
Scripts
Fighters
Archer.cs
Find file
Normal view
Permalink
Archer.cs
118 B
Newer
Older
Archer Animation States
Moritz Meyerhof
committed
3 years ago
1
2
3
public
class
Archer
:
Enemy
{
Don't hardcode Arrow attack damage, more documentation
Adrian Paschkowski
committed
3 years ago
4
5
6
7
public
int
GetArrowAttackDamage
()
{
return
GetAttackDamage
();
}
Archer Animation States
Moritz Meyerhof
committed
3 years ago
8
9
}